home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / parad / may96 / toddf105.gif < prev    next >
Graphics Interchange Format  |  1996-11-19  |  6KB  |  558x318  |  4-bit (9 colors)
Labels: text | screenshot | display | software | number | computer icon
OCR: b ddl :: #Button5 :: pushButton 10 X method pushButton ( var event Info Event) var db Database Sq SQL endVar db . open ( " : work : " ) 8q = SQL CREATE INDEX Name on "rep.db" (LastName, FirstName) endSQL if not sq . executeSQL (db) then errorShow( ) endIf endMethod